home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1994 November / macformat-018.iso / Shareware City / Updaters / CDK 7.0.4 Update / PowerPC ANSI Project / SIZE.r < prev   
Encoding:
Text File  |  1994-07-26  |  728 b   |  32 lines  |  [TEXT/KAHL]

  1. /*    SIZE.r - default SIZE resource for a PowerPC application
  2.  *    Copyright © 1994 Symantec Corporation. All Rights Reserved.
  3.  *
  4.  *    Modify this size resource as needed for your application: the settings in the
  5.  *    'Set Project Type…" dialog are *not* copied into your native application, so
  6.  *    any changes that need to be made must be done here.
  7.  *
  8.  */
  9.  
  10. #include <Types.r>
  11.  
  12. resource 'SIZE' (-1) {
  13.     reserved,
  14.     acceptSuspendResumeEvents,
  15.     reserved,
  16.     cannotBackground,
  17.     multiFinderAware,
  18.     backgroundAndForeground,
  19.     dontGetFrontClicks,
  20.     ignoreChildDiedEvents,
  21.     is32BitCompatible,
  22.     isHighLevelEventAware,
  23.     onlyLocalHLEvents,
  24.     notStationeryAware,
  25.     dontUseTextEditServices,
  26.     reserved,
  27.     reserved,
  28.     reserved,
  29.     (384 * 1024),
  30.     (384 * 1024)
  31. };
  32.